home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / dos / communic / pcmail / daemon / percentm.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-05  |  624 b   |  32 lines

  1. /*++
  2.  
  3. /* NAME
  4.  
  5. /*    percentm 5
  6.  
  7. /* SUMMARY
  8.  
  9. /*    convert %m to system error message
  10.  
  11. /* PROJECT
  12.  
  13. /*    pc-mail
  14.  
  15. /* PACKAGE
  16.  
  17. /*    nfs
  18.  
  19. /* SYNOPSIS
  20.  
  21. /*    #include percentm.h
  22.  
  23. /* DESCRIPTION
  24.  
  25. /* .nf
  26.  
  27.  
  28.  
  29.  /* external interface of the percentm module */
  30.  
  31.  
  32.  
  33. extern char *percentm();
  34.  
  35.  
  36.  
  37. /* AUTHOR(S)
  38.  
  39. /*    Wietse Z. Venema
  40.  
  41. /*    Eindhoven University of Technology
  42.  
  43. /*    Department of Mathematics and Computer Science
  44.  
  45. /*    Den Dolech 2, P.O. Box 513, 5600 MB Eindhoven, The Netherlands
  46.  
  47. /* CREATION DATE
  48.  
  49. /*    Sun Oct 29 15:29:37 MET 1989
  50.  
  51. /* LAST MODIFICATION
  52.  
  53. /*    10/29/89 22:31:53
  54.  
  55. /* VERSION/RELEASE
  56.  
  57. /*    1.1
  58.  
  59. /*--*/
  60.  
  61.  
  62.  
  63.